home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / FILEUTIL / DUSTBIN / !Dustbin / History < prev    next >
Text File  |  1993-12-13  |  3KB  |  74 lines

  1.  
  2.  Dustbin
  3.  © Alan Donovan 1993
  4.  
  5.  
  6.  Possible Future Version Alterations:
  7.  ===================================
  8.  
  9.  1)  Compress the BASIC RunImage to save space, and
  10.  remove unnecessary arrays etc.
  11.  
  12.  3)  Try to trap fatal error arising when a file too
  13.       large to fit in dustbin is dropped on it from
  14.       another disc - it's a "Disc Full", but nearly
  15.       impossible to trap.
  16.  
  17.  
  18.  Development History:
  19.  ===================            
  20.  
  21. v2.65 Filer_action task now transfers all rubbish to a subdir,
  22.       'Delete', where it removes everything.  This allows the
  23.       dustbin to be used IMMEDIATELY after emptying has been
  24.       initiated.  The real reason that this very slightly crap
  25.       solution was used is because I don't know anything about
  26.       filer_action tasks and can't get my hands on the PRMs.
  27.  
  28. v2.60 Finally uses a Filer_Action task for the 'empty' option, 
  29.       thus allowing abortion in mid-delete. However, it does open
  30.       a parallel window for every file deleted: much simpler to 
  31.       use one task that deletes every file serially.
  32.  
  33. v2.50 Bug removed: multiple file drops used to cause errors
  34.       as the dustbin was first cleaned of objects with matching
  35.       names.  Plus Wimpslot reduced.  Also var_val routine 
  36.       improved.
  37.  
  38. v2.41 Message window now re-centres itself when it is
  39.       opened.
  40.  
  41. v2.40 Icon changes (full to empty, etc.) improved and
  42.       updates more regularly: implemented by 'Needs Help'
  43.       and proper indirection of iconbar sprite.
  44.  
  45. v2.30 The Dustbin now bulges to show that it is not empty.
  46.  
  47. v2.23 Minor bug fix - less window-swapping when emptying.
  48.  
  49. v2.21 Minor bug fix - FNread_var_val($) routine wasn't working.
  50.  
  51. v2.20 Now there is the option for Backdrop (à la Mac) Icon Bar
  52.       Dustbin operation, by use of a variable "icon_bar%" in
  53.       the !RunImage file at the beginning.
  54.  
  55. v2.15 Removed 'Bad Rename' error which occured when ...$path 
  56.       type filenames from other filing sytems were used.  This
  57.       was not satisfactorily dealt with in v1.50.  The Dustbin
  58.       now runs off any filing system with no alteration -
  59.       previously it worked only on a Watford ide hard disc.
  60.  
  61. v2.10 Now uses only 1 window instead of 3 for the confirm, move
  62.       and empty dialogues.
  63.  
  64. v2.00 Now runs off the backdrop like on the Apple Mac.  The
  65.       reason that the pale-grey border surrounds the icon is to
  66.       make it contrast with the background - anyone care to
  67.       make a high-contrast sprite?
  68.       
  69. v1.50 Several bugs connected with the file transfer corrected -
  70.       most noticeably the 'Bad Rename' error encountered when
  71.       using ...$path type variables that were on a seperate FS
  72.       from the dustbin, and when trashing the dustbin itself.
  73.               
  74. v1.00 first version - worked... barely.